home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1999 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  94 b   |  6 lines

  1. on(press){
  2.    _root.fade.gotoAndPlay(1);
  3.    stopAllSounds();
  4.    _root.gotoAndStop(16);
  5. }
  6.